﻿2026-06-05T00:45:21.0085279Z ##[group]Run actions/checkout@v5
2026-06-05T00:45:21.0087078Z with:
2026-06-05T00:45:21.0087920Z   repository: SaberMage/spt-core
2026-06-05T00:45:21.0095586Z   token: ***
2026-06-05T00:45:21.0096393Z   ssh-strict: true
2026-06-05T00:45:21.0097204Z   ssh-user: git
2026-06-05T00:45:21.0098024Z   persist-credentials: true
2026-06-05T00:45:21.0098905Z   clean: true
2026-06-05T00:45:21.0099802Z   sparse-checkout-cone-mode: true
2026-06-05T00:45:21.0100758Z   fetch-depth: 1
2026-06-05T00:45:21.0101549Z   fetch-tags: false
2026-06-05T00:45:21.0102357Z   show-progress: true
2026-06-05T00:45:21.0103181Z   lfs: false
2026-06-05T00:45:21.0103944Z   submodules: false
2026-06-05T00:45:21.0104794Z   set-safe-directory: true
2026-06-05T00:45:21.0106280Z ##[endgroup]
2026-06-05T00:45:21.1735359Z Syncing repository: SaberMage/spt-core
2026-06-05T00:45:21.1739087Z ##[group]Getting Git version info
2026-06-05T00:45:21.1741141Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T00:45:21.1743712Z [command]/usr/bin/git version
2026-06-05T00:45:21.1744738Z git version 2.34.1
2026-06-05T00:45:21.1747890Z ##[endgroup]
2026-06-05T00:45:21.1756901Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/f077f3dd-093a-4c47-949f-d2238d33255a/.gitconfig'
2026-06-05T00:45:21.1760229Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/f077f3dd-093a-4c47-949f-d2238d33255a' before making global git config changes
2026-06-05T00:45:21.1764773Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T00:45:21.1767297Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T00:45:21.1819512Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T00:45:21.1852748Z https://github.com/SaberMage/spt-core
2026-06-05T00:45:21.1873626Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T00:45:21.1880499Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T00:45:21.1910805Z refs/heads/dev-freeform
2026-06-05T00:45:21.1925282Z [command]/usr/bin/git checkout --detach
2026-06-05T00:45:21.1981260Z HEAD is now at dafbcd5 docs(plan): M5-D4 JIT plan — shell sleep/wake + owner cascade; close D3 plan
2026-06-05T00:45:21.2039383Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T00:45:21.2079462Z Deleted branch dev-freeform (was dafbcd5).
2026-06-05T00:45:21.2132743Z ##[endgroup]
2026-06-05T00:45:21.2134011Z [command]/usr/bin/git submodule status
2026-06-05T00:45:21.2382959Z ##[group]Cleaning the repository
2026-06-05T00:45:21.2384336Z [command]/usr/bin/git clean -ffdx
2026-06-05T00:45:22.0990949Z Removing target/
2026-06-05T00:45:22.1003633Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T00:45:22.1078144Z HEAD is now at dafbcd5 docs(plan): M5-D4 JIT plan — shell sleep/wake + owner cascade; close D3 plan
2026-06-05T00:45:22.1083755Z ##[endgroup]
2026-06-05T00:45:22.1087118Z ##[group]Disabling automatic garbage collection
2026-06-05T00:45:22.1092949Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T00:45:22.1131007Z ##[endgroup]
2026-06-05T00:45:22.1132858Z ##[group]Setting up auth
2026-06-05T00:45:22.1142740Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T00:45:22.1184655Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T00:45:22.1427543Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T00:45:22.1467025Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T00:45:22.1705606Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T00:45:22.1746899Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T00:45:22.1992803Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T00:45:22.2053137Z ##[endgroup]
2026-06-05T00:45:22.2054524Z ##[group]Fetching the repository
2026-06-05T00:45:22.2066337Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2fe4573585bd61bc7ea27c632a042bacf7dd796d:refs/remotes/origin/dev-freeform
2026-06-05T00:45:22.8108185Z From https://github.com/SaberMage/spt-core
2026-06-05T00:45:22.8112768Z  + dafbcd5...2fe4573 2fe4573585bd61bc7ea27c632a042bacf7dd796d -> origin/dev-freeform  (forced update)
2026-06-05T00:45:22.8137023Z ##[endgroup]
2026-06-05T00:45:22.8139343Z ##[group]Determining the checkout info
2026-06-05T00:45:22.8141652Z ##[endgroup]
2026-06-05T00:45:22.8145860Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T00:45:22.8207110Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T00:45:22.8243985Z ##[group]Checking out the ref
2026-06-05T00:45:22.8249044Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T00:45:22.8332840Z Warning: you are leaving 1 commit behind, not connected to
2026-06-05T00:45:22.8334994Z any of your branches:
2026-06-05T00:45:22.8336134Z 
2026-06-05T00:45:22.8338104Z   dafbcd5 docs(plan): M5-D4 JIT plan — shell sleep/wake + owner cascade; close D3 plan
2026-06-05T00:45:22.8340676Z 
2026-06-05T00:45:22.8341877Z If you want to keep it by creating a new branch, this may be a good time
2026-06-05T00:45:22.8344112Z to do so with:
2026-06-05T00:45:22.8344810Z 
2026-06-05T00:45:22.8345447Z  git branch <new-branch-name> dafbcd5
2026-06-05T00:45:22.8346600Z 
2026-06-05T00:45:22.8347430Z Switched to a new branch 'dev-freeform'
2026-06-05T00:45:22.8350199Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T00:45:22.8467457Z ##[endgroup]
2026-06-05T00:45:22.8472451Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T00:45:22.8474736Z 2fe4573585bd61bc7ea27c632a042bacf7dd796d
